home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / copyimgb / readme.txt < prev   
Encoding:
Text File  |  1998-12-11  |  4.4 KB  |  95 lines

  1. Eckler CopyImage 1.1 Copyright (c) 1998 Eckler Software. 
  2.  
  3. CopyImage is a light weight COM-based DLL control that can convert
  4. graphic images to image files (wmf/emf/bmp to gif/bmp). Graphic images
  5. can be resized during the conversion. This allows image resizing
  6. without distortion when converting Metafiles. CopyImage has a file
  7. to file interface and a binary to file interface. From VB you can
  8. create a gif copy of any control's Picture property using the binary
  9. interface. With CopyImage you can create WEB documents on the fly and
  10. create a gif file that is larger than the screen.
  11.  
  12. This release includes the following files:
  13.  
  14.       cimage.dll         Eckler CopyImage Control
  15.       metagif.dll        16 bit dynamic link library
  16.       metagif32.dll      32 bit dynamic link library
  17.       readme.txt
  18.       cidemo.exe         CopyImage VB5 demo
  19.       cidemo.frm         VB5 form
  20.       cidemo.frx
  21.       cidemo.vbp         VB5 project
  22.       cidemo.vbw
  23.       eckler.bmp         bitmap file
  24.       bird.emf           enhansed windows metafile
  25.       coins.wmf          windows metafile
  26.  
  27. This release still includes the 16 and 32 bit MetaGif DLL for people
  28. who want to use standard api calls. But, the 16 bit DLL will be 
  29. supported as is, no new updates.  See our web site for MetaGif
  30. documentation and demos.
  31.  
  32. The cidemo program is a simple example of how to use CopyImage. 
  33. The program will show you how to use the CopyFile and CopyPicture 
  34. methods. CopyImage has properties for setting gif options such 
  35. as - background color, transparent background and interlaced. 
  36. The demo uses default settings - background is white, background 
  37. is transparent and output is interlaced. Note, the PictureBox's 
  38. Picture property can be a *.bmp, *.wmf or a *.emf file.
  39. You can use Microsoft Word to view metafiles and gif file results. 
  40. CopyImage is fully documented at our web site listed below.
  41.  
  42. This demo assumes you have already installed VB5 Professional or higher.
  43. You must also register the cimage.dll. One way to register cimage.dll 
  44. is to use the Components Dialog's Browse button in VB5. Another way 
  45. is to use regsvr32.exe (version 4.00.1381 or newer).
  46.  
  47. The conversion from metafile to gif is fast, but conversion time
  48. is directly proportional to the size of the gif file.  CopyImage memory 
  49. usage depends on what color display settings you are using.  A 24 bit 
  50. color display would use 3 times more memory than a 8 bit color display.  
  51.  
  52. CopyImage uses the default display settings when converting graphic images.
  53. If you want the same results between Win95 and WinNT the display
  54. mode setting must be identical.  For example, if you are using 24 bit 
  55. color on Win95 you must use the 24 bit color setting on WinNT.  This
  56. requirement is also true for two different PCs.  If you create wmf 
  57. files on one PC and do conversions to gif on another PC make sure the
  58. display mode setting are the same for both machines.
  59.  
  60. If you are familiar with our MetaGif product, CopyImage is COM replacement
  61. for the 32 bit MetaGif DLL. MetaGif is a standard DLL library not a COM 
  62. object. Since CopyImage is a COM object or ActiveX control, CopyImage has 
  63. the advantage of being used in more applications or containers such as VB, 
  64. Internet Explorer 4.0 and IIS Active Server Pages. If you want to purchase
  65. CopyImage please see our web site listed below for order information.
  66.  
  67.  
  68.       David E. Suffield
  69.       Eckler Software
  70.       620 NE 101st Court
  71.       Vancouver WA 98664
  72.  
  73.       dsuffiel@ecklersoft.com
  74.       www.ecklersoft.com
  75.       
  76. Do you want to copy other control images, like MSChart, Calendar, Label, 
  77. TextBox and ListBox to gif or bmp file? You can do this with our Eckler 
  78. CopyCom Control. Generally if you can load a control into Internet 
  79. Explorer 4.0 or higher it can be used with CopyCom. See our CopyCom/MSChart 
  80. ASP demo at www.worldaccessnet.com/~dsuffiel/copycom.html.
  81.  
  82. The author of this program accepts no responsibility for damages 
  83. resulting from the use of this product and makes no warranty or 
  84. representation, either express or implied, including but not limited 
  85. to, any implied warranty of merchantability or fitness for a particular 
  86. purpose. This software is provided "AS IS", and you, its user, assume 
  87. all risks when using it.
  88.  
  89. History:
  90. 1.0 Converted from 32 bit MetaGif 2.3.
  91.  
  92. 1.1 Removed LZW compression which is patented by Unisys. Added Run Length 
  93. Encoding which still maintains compatibility with normal LZW-based GIF 
  94. decoders.
  95.